home *** CD-ROM | disk | FTP | other *** search
- -- background: 2742 from stack: in
- -- bmap block id: 4386
- -- flags: 4000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- on idle
- put the time into field "Time"
- put the date into field "Calendar"
- if visible of field "TV" is true then
- put numToChar(random(52)+65) into field "TV"
- end if
- pass idle
- end idle
-
-
-
- -- part 2 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=313 top=71 right=86 bottom=379
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 9
- -- style flags: 256
- -- line height: 12
- -- part name: Time
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=363 top=157 right=180 bottom=409
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Finder
- ----- HyperTalk script -----
- on mouseUp
- if the shiftKey is down then
- doMenu Quit Hypercard
- else
- answer "Are you sure you want quit?" with "Yes" or "No"
- if it is "Yes" then
- doMenu Quit Hypercard
- end if
- end if
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=73 top=169 right=203 bottom=135
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Phone
- ----- HyperTalk script -----
- on mouseUp
- go to card id 3103 of stack "Phone"
- end mouseUp
-
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=129 top=195 right=221 bottom=179
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Calculator
- ----- HyperTalk script -----
- on mouseUp
- doMenu Calculator+
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=358 top=138 right=157 bottom=388
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Menubar
- ----- HyperTalk script -----
- on mouseUp
- show menubar
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=387 top=138 right=157 bottom=415
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Hide menubar
- ----- HyperTalk script -----
- on mouseUp
- hide menubar
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=76 top=202 right=216 bottom=129
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: SmartCom
- ----- HyperTalk script -----
- on mouseUp
- Open SmartCom II
- end mouseUp
-
-
-
- -- part 11 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=386 top=184 right=196 bottom=408
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Open Stack
- ----- HyperTalk script -----
- on mouseUp
- doMenu Open Stack...
- end mouseUp
-
-
-
- -- part 12 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=326 top=153 right=204 bottom=346
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Word
- ----- HyperTalk script -----
- on mouseUp
- Open Microsoft Word
- end mouseUp
-
-
-
- -- part 16 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=441 top=48 right=83 bottom=453
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: TV
- ----- HyperTalk script -----
- on mouseUp
- if visible of field "TV" is true then
- hide field "TV"
- else
- show field "TV"
- end if
- end mouseUp
-
-
-
- -- part 23 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=260 top=136 right=149 bottom=322
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 9
- -- style flags: 256
- -- line height: 12
- -- part name: Calendar
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=289 top=253 right=304 bottom=320
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Pagemaker
- ----- HyperTalk script -----
- on mouseUp
- open Pagemaker 2.0
- end mouseUp
-
-
-
- -- part 15 (field)
- -- low flags: 81
- -- high flags: 0002
- -- rect: left=400 top=48 right=83 bottom=443
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 13
- -- text size: 24
- -- style flags: 0
- -- line height: 32
- -- part name: TV
- ----- HyperTalk script -----
- on mouseUp
- hide field "TV"
- end mouseUp
-
-
- -- part 17 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=400 top=48 right=83 bottom=443
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: VW
- ----- HyperTalk script -----
- on mouseUp
- hide field "TV"
- open "VideoWorks"
- end mouseUp
-
-
-
- -- part 18 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=306 top=46 right=68 bottom=377
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- go to card id 5615
- end mouseUp
-
-
-
-
- -- part 19 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=259 top=58 right=87 bottom=303
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: MacVision
- ----- HyperTalk script -----
- on mouseUp
- doMenu "MacVision"
- end mouseUp
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=259 top=131 right=168 bottom=323
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Calendar
- ----- HyperTalk script -----
- on mouseUp
- get the seconds
- convert it to dateItems
- put ((item 1 of it) - 1987) *2 into whichSix
- if item 2 of it > 6 then add 1 to whichSix
- visual effect zoom open
- if whichSix < 1 then go card 1 of stack "DateBook"
- else if whichSix > 5 then go card 5 of stack "DateBook"
- else
- go to card whichSix of stack "DateBook"
- send "bracketWeek" && the seconds to this card
- end if
- get the seconds
- convert it to dateItems
- put ((item 1 of it) - 1987) *2 into whichSix
- if item 2 of it > 6 then add 1 to whichSix
- visual effect zoom open
- if whichSix < 1 then go card 1 of stack "DateBook"
- else if whichSix > 5 then go card 5 of stack "DateBook"
- else
- go to card whichSix of stack "DateBook"
- send "bracketWeek" && the seconds to this card
- end if
- end mouseUp
-
-
-
-
- -- part 24 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=242 top=22 right=37 bottom=267
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Lock
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe down
- go to card id 2995
- end mouseUp
-
-
-
-
- -- part 21 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=188 top=169 right=202 bottom=226
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Rolodex
- ----- HyperTalk script -----
- on mouseUp
- go to Address
- end mouseUp
-
-
-
- -- part 25 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=222 top=261 right=305 bottom=247
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: FullPaint
- ----- HyperTalk script -----
- on mouseUp
- open FullPaint
- end mouseUp
-
-
-
- -- part 26 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=194 top=261 right=305 bottom=210
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: MacDraw
- ----- HyperTalk script -----
- on mouseUp
- open MacDraw
- end mouseUp
-
-
-
- -- part 27 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=253 top=265 right=286 bottom=286
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Super Paint
- ----- HyperTalk script -----
- on mouseUp
- open SuperPaint
- end mouseUp
-
-
-
- -- part 28 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=248 top=286 right=307 bottom=290
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Cricket Draw
- ----- HyperTalk script -----
- on mouseUp
- open Cricket Draw
- end mouseUp
-
-
-
- -- part 29 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=210 top=275 right=305 bottom=222
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: MacPaint
- ----- HyperTalk script -----
- on mouseUp
- Open MacPaint
- end mouseUp
-
-
-
- -- part 30 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=208 top=47 right=91 bottom=220
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Safe
- ----- HyperTalk script -----
- on mouseUp
- push this card
- visual effect iris open
- go to card id 8906
- end mouseUp
-
-
-
-
- -- part 31 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=51 top=145 right=159 bottom=74
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: panic
- ----- HyperTalk script -----
- on mouseUp
- push this card
- play "Boing" e c
- repeat 2
- go to card id 5615
- show 7 cards
- end repeat
- pop card
- end mouseUp
-
-
-
- -- part 32 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=489 top=58 right=115 bottom=511
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Lights On
- ----- HyperTalk script -----
- on mouseUp
- If the shiftKey is down then
- go to card id 5079
- doMenu Quit HyperCard
- else
- push this card
- visual effect dissolve very fast
- go to card id 5079
- end if
- end mouseUp
-
-
-
- -- part 33 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=428 top=210 right=224 bottom=442
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Button
- ----- HyperTalk script -----
- on mouseUp
- choose button tool
- end mouseUp
-
-
-
- -- part 34 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=399 top=207 right=224 bottom=424
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Field
- ----- HyperTalk script -----
- on mouseUp
- choose field tool
- end mouseUp
-
-
-
- -- part 35 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=336 top=207 right=223 bottom=358
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Message
- ----- HyperTalk script -----
- on mouseUp
- if visible of message window is true then
- hide message window
- else
- show message window
- end if
- end mouseUp
-
-
-
- -- part 36 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=357 top=207 right=223 bottom=379
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Button
- ----- HyperTalk script -----
- on mouseUp
- if visible of tool window is true then
- hide tool window
- else
- show tool window
- end if
- end mouseUp
-
-
-
- -- part 37 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=378 top=207 right=223 bottom=400
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Pattern
- ----- HyperTalk script -----
- on mouseUp
- if visible of pattern window is true then
- hide pattern window
- else
- show pattern window
- end if
- end mouseUp
-
-
-
- -- part 41 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=307 top=46 right=69 bottom=379
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Radio
- ----- HyperTalk script -----
- on mouseUp
- open MusicWorks
- end mouseUp
-
-